projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea87d91
)
Skip TLS tests if we don't have openssl
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 8 Feb 2016 07:28:00 +0000
(18:28 +1100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 9 Feb 2016 00:28:21 +0000
(11:28 +1100)
* test/lisp/net/network-stream-tests.el (connect-to-tls): Skip
TLS tests if we don't have openssl and GnuTLS.
test/lisp/net/network-stream-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/network-stream-tests.el
b/test/lisp/net/network-stream-tests.el
index 478b8248eb3734cca0051121ebd214af62c4566b..ad7c1fc7d2b3c2ebfb59a8d459f7d0e3e8967545 100644
(file)
--- a/
test/lisp/net/network-stream-tests.el
+++ b/
test/lisp/net/network-stream-tests.el
@@
-163,6
+163,8
@@
"-www"))
(ert-deftest connect-to-tls ()
+ (skip-unless (executable-find "openssl"))
+ (skip-unless (gnutls-available-p))
(let ((server (make-tls-server))
(times 0)
proc status)